home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010921-20020314 / 000254_fdc@columbia.edu_Wed Dec 19 15:37:29 EST 2001.msg < prev    next >
Text File  |  2020-01-01  |  6KB  |  141 lines

  1. Article: 13079 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: C-Kermit 8.0 released
  6. Date: 19 Dec 2001 13:33:43 -0500
  7. Organization: Columbia University
  8. Lines: 125
  9. Message-ID: <9vqmi7$j4e$1@watsol.cc.columbia.edu>
  10. NNTP-Posting-Host: watsol.cc.columbia.edu
  11. X-Trace: newsmaster.cc.columbia.edu 1008786824 24974 128.59.39.139 (19 Dec 2001 18:33:44 GMT)
  12. X-Complaints-To: postmaster@columbia.edu
  13. NNTP-Posting-Date: 19 Dec 2001 18:33:44 GMT
  14. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13079
  15.  
  16.  
  17. The announcement was posted just now to the little-used
  18. comp.protocols.kermit.announce group.  In case you didn't see it:
  19.  
  20. This is to announce version 8.0 of C-Kermit, the all-purpose, portable
  21. communications and automation tool for Unix and VMS.  C-Kermit can be:
  22.  
  23.  . A Telnet and Rlogin client
  24.  . An FTP client (Unix only) <-- New
  25.  . An HTTP 1.1 client (Unix only) <-- New
  26.  . An SSH client (via external ssh program, Unix only) <-- New
  27.  . A serial-port communications program
  28.  . A dialout communications program
  29.  . An Internet server (Unix only)
  30.  
  31. That can:
  32.  
  33.  . Conduct terminal sessions (except on FTP and HTTP connections).
  34.  . Make secure Telnet, Rlogin, FTP, and HTTP connections using
  35.    Kerberos IV, Kerberos V, SSL/TLS, or SRP security (Unix only).
  36.  . Transfer files over the communication connection or act as the
  37.    far-end file-transfer-and-management partner of your desktop client.
  38.  . Convert character sets in both terminal sessions and file transfer,
  39.    now including Unicode UTF-8.
  40.  
  41. and that includes a portable, cross-platform, easy-to-learn-and-use,
  42. transport-independent scripting language that allows automation of
  43. any communication task that can be done by hand (and many that can't).
  44.  
  45. Version 8.0 replaces Version 7.0 of Jan/Feb 2000, and adds the following
  46. major new features for Unix only:
  47.  
  48.  . A scriptable FTP client capable of making secure connections.
  49.  . A scriptable HTTP 1.1 client that can make secure connections.
  50.  . An interface to your external SSH program, allowing file transfer,
  51.    character-set conversion, and scripting of SSH terminal sessions.
  52.  . Security module source code is included in the standard distribution.
  53.  
  54. And for all platforms:
  55.  
  56.  . RFC 2217 Telnet Com Port control allows shared network modems.
  57.  . Learned scripts (automatic script writing).
  58.  . Lisp-like S-Expressions.
  59.  . Date/time/timezone conversion and arithmetic supporting many formats.
  60.  . Bug fixes including plugging of buffer attack vulnerabilities.
  61.  . A new Web-based tutorial and other new Web-based documentation.
  62.  . New easier terms for commercial redistribution.
  63.  
  64. Links:
  65.  
  66. http://www.columbia.edu/kermit/ckermit.html
  67.   The C-Kermit 8.0 web page, with links to everything you need.
  68.  
  69. http://www.columbia.edu/kermit/ckermit.html#download
  70.   Download.
  71.  
  72. http://www.columbia.edu/kermit/ftpclient.html
  73.   More about the new built-in FTP client.
  74.  
  75. http://www.columbia.edu/kermit/ckututor.html
  76.   The new C-Kermit tutorial (oriented mainly to Unix).
  77.  
  78. http://www.columbia.edu/kermit/ckscripts.html
  79.   The C-Kermit script library and script-writing tutorial, including
  80.   lots of new examples for C-Kermit 8.0.
  81.  
  82. http://www.columbia.edu/kermit/COPYING.TXT
  83.   The C-Kermit license and disclaimer; same as C-Kermit 7.0,
  84.   allows inclusion with Linux, FreeBSD, etc.
  85.  
  86. http://www.columbia.edu/kermit/commercial.html
  87.   New terms and conditions for commercial redistribution.
  88.  
  89. http://www.columbia.edu/kermit/ckbinaries.html
  90.   A big table of prebuilt C-Kermit binaries, including (as of this
  91.   moment) 245 for C-Kermit 8.0 and another 254 for earlier releases,
  92.   spanning 10 major operating system families (Unix, VMS, VOS, AOS/VS,
  93.   Aegis, Plan 9, ...)  IF YOU CAN MAKE C-Kermit binaries that are not
  94.   in the table (or not at 8.0 level), please send them in!
  95.  
  96. http://www.columbia.edu/kermit/cksendbin.html
  97.   How to make and contribute C-Kermit binaries.
  98.  
  99. http://www.columbia.edu/kermit/ckuins.html
  100.   C-Kermit installation instructions for Unix.  See, especially:
  101.   http://www.columbia.edu/kermit/ckuins.html#x5.4 for the new
  102.   makefile 'install' target.
  103.  
  104. http://www.columbia.edu/kermit/ckvins.html
  105.   Installation instructions for VMS.
  106.  
  107. http://www.columbia.edu/kermit/ckpackages.html
  108.   One-touch install packages such as RPM are not available yet.
  109.   This page discusses the issues involved in putting together a
  110.   C-Kermit 8.0 install package.
  111.  
  112. http://www.columbia.edu/kermit/ckermit80.html
  113.   Thorough documentation of all the new features of C-Kermit 8.0.
  114.  
  115. http://www.columbia.edu/kermit/cuiksd.html
  116.   Columbia's Internet Kermit Service.
  117.  
  118. Special thanks to Jeff Altman of the Kermit Project for his truly
  119. remarkable -- and massive -- contributions to this release and to Max
  120. Evarts for installing and configuring literally dozens of operating
  121. systems on which it could be built and tested.  And thanks to all the
  122. people who contributed code, patches, builds and/or Internet access to
  123. build / testing platforms, makefile targets, Beta test reports,
  124. information, encouragement, and in some cases material support
  125. throughout the development cycle, notably: Hewlett Packard Corporation,
  126. Compaq Corporation, IBM Corporation, Peter Eichhorn of Assyst GmbH in
  127. Germany, Peter Mauzey of Bell Labs, Gerry Belanger of Cognitronics
  128. Corporation, Sven Holmstr∩┐╜m of ABB Utilities AB in Sweden, Lucas Hart of
  129. Oregon State University, Nelson Beebe of the University of Utah; and to
  130. Dat Thuc Nguyen for suggesting and thoroughly testing many of the new
  131. scripting features.  This list could go on (and on), but space is limited!
  132.  
  133. If you have any trouble downloading or using the new version, send
  134. email to kermit-support@columbia.edu.
  135.  
  136. Frank da Cruz
  137. The Kermit Project
  138. Columbia University
  139. New York City
  140. http://www.columbia.edu/kermit/
  141.